home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / buffers < prev    next >
Text File  |  1991-04-23  |  862b  |  24 lines

  1.                                   BUFFERS
  2.                   Sets the number of disk buffers allowed.
  3.  
  4. COMMAND TYPE: System Configuration      VERSION: 2.0 and up
  5.  
  6. USE: BUFFERS = n[,m] [/x]
  7.  
  8. n  must be a value from 1 to 99 specifying the number of buffers to be
  9.    used.  The default value is two buffers.
  10.  
  11. MSDOS 4.x only:
  12. m  is is maximum number of sectors that can be read or written in one
  13.    operation [1-8], default is 1
  14. /x places the buffers in expanded memory (the number of buffers may
  15.    then be up to 10000)
  16.  
  17. For disk intensive applications such as a database, more buffers are
  18. recommended.  Adding more buffers can speed up certain applications.
  19. However, if you set the number of buffers over 20 it may begin to slow
  20. down applications.
  21.  
  22. NOTE: This command must be placed in the <CONFIG.SYS> file and is not a
  23. normal DOS command.
  24.